home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / lib / perl5 / Pango / TabArray.pod < prev    next >
Text File  |  2009-05-09  |  2KB  |  131 lines

  1. =head1 NAME
  2.  
  3. Pango::TabArray - an object containing an array of tab stops
  4.  
  5. =cut
  6.  
  7. =head1 HIERARCHY
  8.  
  9.   Glib::Boxed
  10.   +----Pango::TabArray
  11.  
  12.  
  13.  
  14. =cut
  15.  
  16. =for object Pango::TabArray - an object containing an array of tab stops
  17.  
  18. =cut
  19.  
  20.  
  21.  
  22.  
  23. =head1 METHODS
  24.  
  25. =head2 tabarray = Pango::TabArray-E<gt>B<new> ($initial_size, $positions_in_pixels, ...)
  26.  
  27. =over
  28.  
  29. =item * $initial_size (integer) 
  30.  
  31. =item * $positions_in_pixels (boolean) 
  32.  
  33. =item * ... (list) pairs of Pango::TabAlign's and integers, the alignments and positions of the tab stops.
  34.  
  35. =back
  36.  
  37.  
  38.  
  39. =head2 tabarray = Pango::TabArray-E<gt>B<new_with_positions> ($initial_size, $positions_in_pixels, ...)
  40.  
  41. =over
  42.  
  43. =item * $initial_size (integer) 
  44.  
  45. =item * $positions_in_pixels (boolean) 
  46.  
  47. =item * ... (list) pairs of Pango::TabAlign's and integers, the alignments and positions of the tab stops.
  48.  
  49. =back
  50.  
  51. Alias for L<new|tabarray = Pango::TabArray-E<gt>new ($initial_size, $positions_in_pixels, ...)>.
  52.  
  53. =head2 boolean = $tab_array-E<gt>B<get_positions_in_pixels> 
  54.  
  55. =head2 $tab_array-E<gt>B<resize> ($new_size)
  56.  
  57. =over
  58.  
  59. =item * $new_size (integer) 
  60.  
  61. =back
  62.  
  63. =head2 integer = $tab_array-E<gt>B<get_size> 
  64.  
  65. =head2 list = $tab_array-E<gt>B<get_tab> ($tab_index)
  66.  
  67. =over
  68.  
  69. =item * $tab_index (integer) 
  70.  
  71. =back
  72.  
  73. =head2 $tab_array-E<gt>B<set_tab> ($tab_index, $alignment, $location)
  74.  
  75. =over
  76.  
  77. =item * $tab_index (integer) 
  78.  
  79. =item * $alignment (Pango::TabAlign) 
  80.  
  81. =item * $location (integer) 
  82.  
  83. =back
  84.  
  85. =head2 list = $tab_array-E<gt>B<get_tabs> 
  86.  
  87. Returns a list of Pango::TabAlign's, alignments, and integers, locations. 
  88. Even elemtents are alignments and odd elements are locations, so 0 is the first
  89. alignment and 1 is the first location, 2 the second alignment, 3 the second 
  90. location, etc.
  91.  
  92.  
  93.  
  94. =cut
  95.  
  96.  
  97. =head1 ENUMS AND FLAGS
  98.  
  99. =head2 enum Pango::TabAlign
  100.  
  101. =over
  102.  
  103. =item * 'left' / 'PANGO_TAB_LEFT'
  104.  
  105. =back
  106.  
  107.  
  108.  
  109.  
  110. =cut
  111.  
  112.  
  113. =head1 SEE ALSO
  114.  
  115. L<Pango>, L<Glib::Boxed>
  116.  
  117.  
  118. =cut
  119.  
  120.  
  121. =head1 COPYRIGHT
  122.  
  123. Copyright (C) 2003-2008 by the gtk2-perl team.
  124.  
  125. This software is licensed under the LGPL.  See L<Pango> for a full notice.
  126.  
  127.  
  128.  
  129. =cut
  130.  
  131.